Pet Store Web Service
Pet Store Web Service / Operations about user Resource Group / createUser (Post)
In This Topic
    PostcreateUser
    In This Topic

    Resource Path: /user

    Description
    Create user
    Request

    The request body is of type User.

    Created user object

    Overview

    User
    Represents an individual user.
    id : integer
    Unique identifier for this user.
    username : string
    Unique user name.
    firstName : string
    First Name.
    lastName : string
    Last Name.
    email : string
    Email address.
    password : string
    Current password.
    phone : string
    Phone number.
    userStatus : integer
    1 = registered, 2 = active, 3 = closed.
    Fault Responses
    FaultDescription
    successful operation
    See Also